POV-Ray : Newsgroups : povray.unofficial.patches : max_trace_level problem : max_trace_level problem Server Time
2 Sep 2024 00:13:34 EDT (-0400)
  max_trace_level problem  
From: Alberto
Date: 5 Sep 2000 01:19:31
Message: <39B4822D.7FBB1B3E@usb.ve>
I've got a problem in rendering this scene in Smellenbergh's unofficial
MegaPov.5a. The program quits and an "error of type 2 occurred" message
appears. I use an iMac under MacOS 8.1

I tested the same file under the official version 3.1g.r2 and could set
the max_trace_level up to 90 having no trouble. 

Regards. Alberto 

--------------------------------------------------------

#version unofficial MegaPov 0.5;

global_settings{max_trace_level 85  adc_bailout 1/255}

camera{location <0,2.5,-5>  look_at 0}
light_source{<2,5,-5>  rgb 1}

disc{-1.01*y y 100 pigment{rgb 1}}

difference{
  cylinder{-y y 1}
  cylinder{-1.1*y 1.1*y .99}
  interior{ior 1.5}
  pigment{rgbf 1}
}
--------------------------------------------------------


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.